﻿2026-09-18T11:27:07.8911189Z ##[group]Run set -euo pipefail
2026-09-18T11:27:07.8912095Z [36;1mset -euo pipefail[0m
2026-09-18T11:27:07.8912900Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-09-18T11:27:07.8914071Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-09-18T11:27:07.8915501Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-09-18T11:27:07.8916667Z [36;1mverdict=PASS[0m
2026-09-18T11:27:07.8917524Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then verdict=RED; fi[0m
2026-09-18T11:27:07.8919447Z [36;1mprintf 'FLOOR_START job=traceability runner=Linux free_bytes=%s floor_bytes=%s verdict=%s sample=INSTANT\n' \[0m
2026-09-18T11:27:07.8921115Z [36;1m  "$free_bytes" "$floor_bytes" "$verdict"[0m
2026-09-18T11:27:07.8922064Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-09-18T11:27:07.8923739Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-09-18T11:27:07.8925756Z [36;1m  exit 1[0m
2026-09-18T11:27:07.8926351Z [36;1mfi[0m
2026-09-18T11:27:07.8943141Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-09-18T11:27:07.8944148Z ##[endgroup]
2026-09-18T11:27:07.9031277Z FLOOR_START job=traceability runner=Linux free_bytes=263592648704 floor_bytes=34359738368 verdict=PASS sample=INSTANT
